home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 4486 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.3 KB

  1. Path: ifi.uio.no!usenet
  2. From: ludvigp@ifi.uio.no (Ludvig Pedersen)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: doubling pixels horizontally
  5. Date: 29 Feb 1996 18:04:54 GMT
  6. Organization: Dept. of Informatics, University of Oslo, Norway
  7. Message-ID: <531.6632T1203T1047@ifi.uio.no>
  8. References: <4f4ibc$gl9@news.cs.tu-berlin.de> <591.6610T1165T2102@login.eunet.no><1045.6611T753T2256@vip.cybercity.dk><4faoe1$47@sunsystem5.informatik.tu-muenchen.de><2991.6612T1034T625@vip.cybercity.dk><576.6613T1070T1730@login.eunet.no><1257.6614T57T922@vip.cybercity.dk><1982.6617T1096T103@ifi.uio.no><4gbjg3$104@sunsystem5.informatik.tu-muenchen.de>
  9.     <2824.6626T859T1819@ifi.uio.no> <4gs7r3$4mq@oreig.uji.es>
  10. NNTP-Posting-Host: gymir.ifi.uio.no
  11. X-Newsreader: THOR 2.22 (Amiga;TCP/IP)
  12.  
  13. >Ludvig Pedersen (ludvigp@ifi.uio.no) wrote:
  14. >> Send a signal instead!
  15. >> Here is my code. (It works!)
  16. ><...>
  17. >> And this:
  18. >> while(!BlitterIsDone)
  19. >>   Wait(1l<<(BltPort->mp_SigBit));
  20. >Why do you keep using the BlitterIsDone flag? Should be possible to
  21. >test the incoming signal... (this even saves reinitializing
  22. >BlitterIsDone :-)
  23. Yes, you are right.
  24.  
  25. But if I keep BlitterIsDone I'm 101% sure nobody else sent that signal. ;-))
  26.  
  27.  
  28.  
  29. <sb>Ludde - Amiga Demo Coder
  30. <sb>Virtual Reality & Official Be developer
  31. <sb>ludvigp@ifi.uio.no
  32.  
  33.